/* 底部导航栏 */
.foottabbar{
	position: fixed;
	left: 0;
	bottom:-0.02rem;
	width: 7.5rem;
	z-index: 11;
	background: url(../../images/newIndex/footerbcimg.jpg) no-repeat ;
	background-size: cover;
	height:1.37rem ;
	z-index: 10;

}
.foottabbar .tabbaritem{
	justify-content: center;
	width: 19%;
	align-items: center;
	margin-top:0.3rem;
}
.foottabbar .tabbaritem:nth-child(3){
	margin-top:-0.04rem;
	width: 24%;
}

.foottabbar .tabbaritem>span{
    color: rgba(136, 136, 136, 1);
    font-size: 0.2rem;
    line-height: 0.22rem;
    margin-top: 0.09rem;
}
